ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MapLayerBase<T> Class / OnClientItemsSourceChanged Property






In This Topic
    OnClientItemsSourceChanged Property (MapLayerBase<T>)
    In This Topic
    Occurs after the layer has been bound to a new items source.
    Syntax
    'Declaration
     
    
    Public Property OnClientItemsSourceChanged As System.String
    'Usage
     
    
    Dim instance As MapLayerBase(Of T)
    Dim value As System.String
     
    instance.OnClientItemsSourceChanged = value
     
    value = instance.OnClientItemsSourceChanged
    public System.string OnClientItemsSourceChanged {get; set;}
    public read-write property OnClientItemsSourceChanged: System.String; 
    public function get,set OnClientItemsSourceChanged : System.String
    public: __property System.string* get_OnClientItemsSourceChanged();
    public: __property void set_OnClientItemsSourceChanged( 
       System.string* value
    );
    public:
    property System.String^ OnClientItemsSourceChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also